home *** CD-ROM | disk | FTP | other *** search
/ PsL Monthly 1994 January / PSL Monthly Shareware CD-ROM (Public Software Library) (January 1994).iso / games / dos / board / telches.com / TELECHES.DOC < prev    next >
Encoding:
Text File  |  1987-10-19  |  2.2 KB  |  49 lines

  1.                              T E L E C H E S
  2.                              October 19, 1987
  3.  
  4. Teleches is a simple program written in Microsoft Quick Basic that makes 
  5. it easy for you to play chess by electronic mail.
  6.  
  7. If two people have a copy of this program and you can send an ASCII file 
  8. between you, you can play chess by electronic mail.
  9.  
  10. The PC screen is a substitute for your chessboard.  All of the moves of 
  11. the game are recorded automatically in a file on disk.
  12.  
  13. Chess by mail scenario:  The first time you execute the program reply 
  14. "N" for new game.  Make your first move then end the program.  Reply "Y" 
  15. to save the move to a PC file.  Supply a name to the PC file that will 
  16. be created for you.  Send the file that you just created to a friend 
  17. who has a copy of this program.  They will bring up their copy of the 
  18. program, replying "C" for continue game.  They will then supply the name 
  19. of the file that you sent them.  Your move will be displayed on the 
  20. board.  They will then make their move and send the file back to you, 
  21. etc. etc.
  22.  
  23. This program does not check to see if your moves are legal.  It assumes 
  24. you know how to play chess.  The intent is only to provide a board to 
  25. play on and the automatic recording of moves.  It does do some simple 
  26. edits like cheking to see if you already have a piece on that square or 
  27. the rows and columns are in the proper range.
  28.  
  29. The moves are kept in memory during the game.  There is room for 
  30. 300 add or delete steps (150 moves).  Turning the check flag on 
  31. or off also takes up the space of one in-memory record.
  32.  
  33. Some additional features of the program are:
  34.  
  35. Since all of the moves of the game are recorded, you can move backwards 
  36. and forwards through the moves of the game.
  37.  
  38. You can choose color or black and white.
  39.  
  40. You can rotate the board 180 degrees.
  41.  
  42. You can signal your opponent that they are in check by turn on the check 
  43. message.
  44.  
  45. Certain BASIC errors may cause your board to scroll and your pieces will 
  46. not print in their correct positions.  If this happens, just continue to 
  47. enter the correct information for that particular operation, then press 
  48. the function key that redraws the board.
  49.